Welcome![Sign In][Sign Up]
Location:
Search - html dialog

Search list

[Dialog_WindowHTML 对话框

Description: HTML 对话框,vc-HTML dialog, vc
Platform: | Size: 59546 | Author: 王亿一 | Hits:

[Internet-Networkhtmldlg_demo

Description: 在对话框内显示html的程序- Demonstrates html in the dialog box the procedure
Platform: | Size: 82944 | Author: 站长 | Hits:

[SourceCodeScrollBitmap_demo

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Platform: | Size: 31744 | Author: 徐丽志 | Hits:

[Linux-UnixshowHTML

Description: VC++ 程 序 中 用 对 话 框 的 形 式 显 示HTML 文 件-VC procedures used in the form of dialog display HTML documents
Platform: | Size: 1024 | Author: 廖红飞 | Hits:

[Dialog_WindowHTML 对话框

Description: HTML 对话框,vc-HTML dialog, vc
Platform: | Size: 59392 | Author: 王亿一 | Hits:

[ISAPI-IEAboutHtml2

Description: VC知识库《在线杂志》第六期有一篇文章“VC6中使用CHtmlView在对话框控制中显示HTML文件”,很多读者来信说很喜欢这种功能。但是美中不足的是在对话框的HTML页面上单击鼠标右键会弹出上下文菜单。从而可以象在IE中那样看到页面的源代码。为了防止用户查看HTML代码,有人尝试过在CHtmlCtrl派生的窗口中重载WM_CONTEXTMENU,或者在CHtmlView以及CHtmlCtrl类中禁用右键的上下文菜单和弹出式菜单,这两个方法都没有成功。那么如何禁用HTML的这个上下文菜单呢? 本文就针对这个问题用不同的方法来完善上次的程序。-VC knowledge base "online magazine" is a sixth article "VC6 use CHtmlView control in the dialog box display HTML document," said the letter from the many readers liked function. But it is regrettable that the dialog in HTML pages on the right-click context menu will pop. Thus, as in IE did see page source code. To prevent the user to view the HTML code, it was tried in CHtmlCtrl derived heavy WM_CONTEXTMENU window, or CHtmlView class and CHtmlCtrl banned right in the context menu and pop-up menus, the two methods have not been successful. So how to disable HTML in the context menu? Paper addressing the problem in different ways to improve the previous procedures.
Platform: | Size: 851968 | Author: 唐文 | Hits:

[Dialog_WindowReusing_DHTML_example

Description: 基于网页的windows对话框程序,类似诺顿和windows的控制面板的样子-Web-based windows dialog box procedure, similar to Norton windows and a control panel appearance
Platform: | Size: 37888 | Author: 杨勋宇 | Hits:

[Button controlabouthtml3

Description: 在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-in the dialog box (such as "on" dialog box) embedded web pages and how to HTML document as a resource embedded in the EXE or DLL. CHtmlView be the same as for other controls and any dialog window. In addition the program also demonstrated how the structural dynamic HTML documents Series and banned the browser context menu.
Platform: | Size: 374784 | Author: 张三 | Hits:

[Graph program滚动条源程序

Description: 一个关于滚动条的源程序,功能是在一个对话框中显示图像,并在显示图像的过程中滚动条的使用-A source code for scroll bar.The function is to show the picture in a dialog box,and how to use the scroll bar as the showing of the picture.
Platform: | Size: 954368 | Author: 阿水 | Hits:

[GUI Developvc_MyHtml

Description: 在对话框中打开ie界面,生成html文件并且自动打开、-open in the dialog box interface ie, generate html file and automatically open,
Platform: | Size: 40960 | Author: wuzh | Hits:

[Editordiagrameditor_src

Description: So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived
Platform: | Size: 65536 | Author: 施立娟 | Hits:

[Editordiagrameditordemo_src

Description: So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived -So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML
Platform: | Size: 82944 | Author: 施立娟 | Hits:

[Dialog_Windowmyhtmlsrc

Description: 对话框内部打开HTML网页,利用默认浏览器打开网页,利用网页对话框函数打开网页 近期工作需要,在网上找了一些有关在自己程序中显示打开网页的程序,为了方便各位同仁使用及理解,我把它们重新编写成类,去掉了原先一些没有多大用处的函数,也是为了便于正常使用,一目了然!-Internal dialog box to open HTML pages, using the default browser to open pages using the page to open page dialog function needs work in the near future, in-line to find a number of procedures in their own web pages displayed in open procedures, in order to facilitate the use and understanding of colleagues, I rewrite them into a category, removing the original number of not very useful function, but also in order to facilitate the normal use, at a glance!
Platform: | Size: 27648 | Author: 徐林 | Hits:

[GUI DevelopMFCHtml

Description: MFC 对话框结合HTML的例子,你会发现原来软件的界面也可以很轻松的做得如此漂亮-MFC dialog examples of combining HTML, you will find the original software interface can also be very easy to do such a beautiful
Platform: | Size: 49152 | Author: leejia | Hits:

[OtherHtmlTest

Description: 如何显示模式的HTML对话框(比使用微软的webbrowser控件简单)-How to display HTML dialog model (than the use of Microsoft
Platform: | Size: 3877888 | Author: wang | Hits:

[WEB Codejquery.hb.dialog

Description: 这是一个jQuery 开发的对话框插件,该插件可以实现网页上的对话框,可以支持的内容有:文本,html,iframe等-This is a jQuery development of plug-ins dialog box, the plug-ins can be achieved on the page dialog box, you can support the content: text, html, iframe, etc.
Platform: | Size: 2048 | Author: herobeast | Hits:

[ActiveX/DCOM/ATLUseHtmlDlg

Description: HtmlDialog程序,可以用Html文件定义对话框的样式,以及和对话框交互。-HtmlDialog procedures, Html files can be defined the style of the dialog box, as well as the interaction and dialog.
Platform: | Size: 26624 | Author: maldini | Hits:

[SymbianHtmlDialog

Description: HTML dialog in Symbian S60 GUI
Platform: | Size: 1024 | Author: taruna | Hits:

[ISAPI-IEDialog

Description: [强烈推荐] 超漂亮的仿腾讯弹出框效果(兼容主流浏览器).这个效果是我收集的,测试无误-[Strongly recommended] super nice pop-up box Tencent imitation effects (compatible with mainstream browsers). This effect is my collection, testing, correct
Platform: | Size: 187392 | Author: Black | Hits:

[WEB CodeVC_Programming_Form_dialog_box_opens_HTML_page_cod

Description: VC编程窗体对话框中打开HTML网页代码VC Programming Form dialog box opens HTML page code-VC Programming Form dialog box opens HTML page code
Platform: | Size: 18432 | Author: oao | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net